home *** CD-ROM | disk | FTP | other *** search
/ Developer CD Series 1997 May: Technology Seed / Mac Tech Seed May '97.toast / TEC 1.2b3 / Read Me First! next >
Encoding:
Text File  |  1997-04-29  |  2.4 KB  |  78 lines  |  [ttro/ttxt]

  1.  
  2.  
  3. Welcome to the seed of the Text Encoding Converter for Mac OS.  
  4.  
  5. The Text Encoding Converter (TEC) is a shared library for converting text between common character encoding standards, including Unicode 2.0, Mac OS, Windows, EUC, and ISO-8859 series.
  6.  
  7. The TEC works with both PowerPC and 68k Mac OS computers.  To use with 68k computers make sure you have the new CFM-68K Runtime Enabler v4.0 installed.  To install the TEC, place the shared library "Text Encoding Converter" into the Extensions folder and the "Text Encodings" folder into the System Folder.
  8.  
  9. Enclosed with this file you will find the following files:
  10.  
  11. • Text Encoding Converter
  12.  
  13. • Text Encodings:
  14.         Arabic Encodings
  15.         Central European Encodings
  16.         Chinese Encodings
  17.         Chinese Encodings Supplement
  18.         Cyrillic Encodings
  19.         Greek Encodings
  20.         Hebrew Encodings
  21.         Indic Encodings
  22.         Japanese Encodings
  23.         Korean Encodings
  24.         Symbol Encodings
  25.         Thai Encodings
  26.         Turkish Encodings
  27.         Unicode Encodings
  28.         Western Language Encodings
  29.  
  30. • Documentation:
  31.  
  32.         HLTEC ERS v.8.1.pdf
  33.         Text Encoding Reference.pdf
  34.         UnicodeConverter ERS;26.pdf
  35.  
  36. • Headers:
  37.         Errors.h
  38.         TextCommon.h
  39.         TextEncodingConverter.h
  40.         TextEncodingPlugin.h
  41.         Unicode.h
  42.         
  43. • Dummy Libraries:
  44.  
  45.         68k Libraries:
  46.                 TextCommon.68K
  47.                 TextEncodingConverter.68K
  48.                 UnicodeConverter.68K
  49.  
  50.         PPC Libraries:
  51.                 TextCommon
  52.                 TextEncodingConverter
  53.                 UnicodeConverter
  54.  
  55.  
  56. To get your code working you need to include the following compiler directives before you include the header files.
  57.  
  58. #define FOR_SYSTEM7_AND_SYSTEM8_COOPERATIVE 1
  59.  
  60. #include "Unicode.h"
  61.  
  62. Changes from the 1.2a11 seed:
  63.   - New variants for MacArabic base encoding: Standard, TrueType, Thuluth, and AlBayan.
  64.   - Added support for MacGurmukhi, and MacGujarati encoding.
  65.   - Added support for VT102 font character set.
  66.   - Added MacFarsi (Persian) base encoding, with Standard and TrueType variants.
  67.   - Added NextStep Latin
  68.   - Added convenient masks for directionality field settings in ConvertFromUnicode control flags parameter.
  69.   - Delete redundant API TECGetTextEncodingLocalizedName.  Instead, the TextCommon API GetTextEncodingName now provides names for encodings supported only by the high-level converter in addition to providing names for encodings supported by the low-level converter.
  70.   - Delete Copland-only function SetFallbackUniocdeToTextPreemptive.
  71.   - Various changes in mapping tables.
  72.   - Various speed improvements and bug fixes.
  73.  
  74.     
  75. Good luck,
  76.  
  77. The Unicode Gang.
  78.